home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sterown / inne / cdr95 / instflpy / cdwriter.inf < prev    next >
Windows Setup INFormation  |  1996-09-11  |  2KB  |  83 lines

  1. ; Setup file for AdvanSys SCSI miniport
  2. ; Copyright 1995 Advanced System Products Inc
  3. ;
  4. ;    01/05/1995 Original
  5. ;       03/08/1995 DRB Added ISA
  6. ;       03/20/1995 DRB Changed ABP542 to read ISA instead of VL
  7. ;       03/28/1995 DRB Attempted to add EISA
  8. ;       05/01/1995 DRB Added ISA PnP, fixed SourceFilesNames stuff
  9. ;                      Set exclude for PCI, PnP ISA
  10. ;       05/02/1995 DRB Added Autoexec and Config sections.
  11. ;       05/04/1995 DRB Final cleanup for EISA and PCI
  12. ;       05/11/1995 DRB Fix typo in diskette name string
  13. ;       06/21/1995 DRB Removed IRQ 14... SCAM and Library changes.
  14. ;       06/30/1995 DRB Removed names.
  15. ;       08/08/1995 DRB Added extra port addrs and corrected missing DMA.
  16. ;    12/09/1995 klm for cdwriter
  17. ;       12/10/1995 klm Added stuff to delete real mode drivers
  18. ;                      and installer line.
  19. ;    12/19/1995 klm Added rem to system.ini
  20.  
  21. [Version]
  22. Signature="$CHICAGO$"
  23. Class=SCSIAdapter
  24. Provider=%ADV%
  25.  
  26. [ClassInstall]
  27. Addreg=SCSIReg
  28. Installer=CDW_Inst.dll
  29.  
  30. [SCSIReg]
  31. HKR,,,,%SCSIClassName%
  32.  
  33. [Manufacturer]
  34. %ADV%=ADVANSYS
  35.  
  36. [UpdateINI]
  37. IOS.INI,SafeList,,"advaspi.sys",0
  38. %10%\SYSTEM.INI, 386Enh, "device=advw32.386", ";By CDWriter.INF: device=advw32.386", 1
  39.  
  40. [ADVANSYS]
  41. %ABPISA.DriverDesc%=ABPISA,*ABP542
  42.  
  43. [ABPISA]
  44. CopyFiles=@asc.mpd
  45. AddReg=IOS,ABPISA.reg
  46. DelFiles=ASPIDEV
  47. UpdateInis=UpdateINI
  48. LogConfig=*ABPISA.LogConfig
  49.  
  50. [ABPISA.Reg]
  51. HKR,,PortDriver,,asc.mpd
  52.  
  53. [*ABPISA.LogConfig]
  54. ConfigPriority = HARDRECONFIG
  55. IOConfig       = 110-11F(3FF::),130-13F(3FF::),150-15F(3FF::),190-19F(3FF::),210-21F(3FF::),250-25F(3FF::),330-33F(3FF::)
  56. IRQConfig      = 10,11,12,15
  57. DMAConfig      = W:5,6,7
  58.  
  59. [IOS]
  60. HKR,,DevLoader,,*IOS
  61.  
  62. [ForceMPCopy]
  63. HKR,,NoSetupUI,,1
  64.  
  65. [SourceDisksFiles]
  66. asc.mpd = 1
  67.  
  68. [SourceDisksNames]
  69. 1 = %instd1%, ,
  70.  
  71. [DestinationDirs]
  72. ASPIDEV = 11                    ; delete from SYSTEM dir if exists
  73. DefaultDestDir = 12             ; LDID_SYS
  74.  
  75. [ControlFlags]
  76. ExcludeFromSelect=*ABP5401
  77.  
  78. [Strings]
  79. SCSIClassName="SCSI Controllers"
  80. ADV="AdvanSys"
  81. ABPISA.DriverDesc="AdvanSys ISA SCSI Host Adapter for HP CD-Writer"
  82. instd1="HP CD-Writer Drivers Installation Disc"
  83.